Declare `which-key--close-timer'
authorjustbur <justin@burkett.cc>
Fri, 3 Jul 2015 00:05:01 +0000 (20:05 -0400)
committerjustbur <justin@burkett.cc>
Fri, 3 Jul 2015 00:05:01 +0000 (20:05 -0400)
which-key.el

index 968bcbce25246330b166507f9fcc54b53106637f..28026641d1c42484b4a8d3887c6e9be16f960263 100644 (file)
@@ -50,6 +50,8 @@
   "Internal: Holds reference to which-key window.")
 (defvar which-key--timer nil
   "Internal: Holds reference to timer.")
+(defvar which-key--close-timer nil
+  "Internal: Holds reference to close window timer.")
 (defvar which-key--setup-p nil
   "Internal: Non-nil if which-key buffer has been setup")